home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 22 / Oxygen Multimedia Graphics 22.iso / pc / System / OX22 / PDC_78_EggDone.ls < prev    next >
Encoding:
Text File  |  2008-03-12  |  97 b   |  8 lines

  1. on exitFrame me
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   else
  5.     go("FinalLoad")
  6.   end if
  7. end
  8.